home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / lib / lilo / Makefile.floppy < prev   
Makefile  |  2008-05-15  |  232b  |  8 lines

  1. # Make a test floppy
  2. # this floppy will boot a machine and display the output of some diagnostic
  3. # programs to give you information on configuring LILO
  4.  
  5. floppy: disk.com bootsect.b
  6.     cat bootsect.b disk.com | dd of=/dev/fd0 bs=512
  7.     
  8.